time-constructible function
time-constructible
#complexity_theory
#complexity_theory
Definition
Let and let be some functions, and let be a Turing machine. Say that computes if for every , when is initialized to start configuration on input , it halts with written on its output tape. Say computes in -time if its computation on every input requires at most steps.
A function is time-constructible if and there is a TM that computes the function in time . (where denotes binary representation of number )
Notes
- this is about runtime!
- denotes the length of the string representing here
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, pp. 1, 15-16.